home *** CD-ROM | disk | FTP | other *** search
- 5 rem--ahoy!--june issue--rupert report--prog page59
- 10 rem - let, input, and read/data quiz
- 20 rem <the user types 15 oak in response to the followintg question>
- 30 input "what is your address";a$
- 40 read a,b,c
- 50 read d
- 60 restore : read e
- 70 read f$
- 80 let g=val(a$)
- 90 let h=val(f$ +f$)
- 100 print a,b,c,d,e,f,g,h
- 110 data 5,10
- 120 data 15,20,25
-